Conversation
yuckinus
commented
Feb 7, 2026
- step2, single session viewer / change titlebar name from "..\continousScanning_xxxx..\session.mjs" to "..\continousScanning_xxxx\lio_result_xxx\session.mjs"
- step1, step2 / improved console messages
- step1 / allow folder drag'n'drop auto processing with default params (tiny spaces) (no GUI)
- step1 / for Windows show progress in taskbar
- step2, single session viewer / change titlebar name from "..\continousScanning_xxxx\..\session.mjs" to "..\continousScanning_xxxx\lio_result_xxx\session.mjs" - step1, step2 / improved console messages - step1 / allow folder drag'n'drop auto processing with default params (tiny spaces) (no GUI) - step1 / for Windows show progress in taskbar
|
please use clang format |
|
sorry @JanuszBedkowski but this clang stuff is over my head. I just changed a few existing lines, added a few, can't understand what I did wrong. I'll try learning this new stuff but I don't have so much time to spare for this. just discard my changes if format is more important than content |
|
clang-format sudo apt install clang-format Go to offical llvm-project GitHub releases page To verify that clang-format is installed run: Verify installation by running: clang-format --version In order to format code base run: python3 run_clang_fromat.pyNote that PRs without formatting might be rejected from merging If You have some issues I will help formatting it, please try and inform me if You need assist. I will help. |
- bumped up version to 0.97
- switched from cout/cerr to spdlog - improved console messages
|
installed clang according to provided guideline, ran formatting commands in VS for changed files, still some files are not accepted by check_clang_format.py or Github quality check. don't understand why |